deps(flutter): bump google_fonts from 6.3.3 to 8.1.0#13
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [google_fonts](https://github.com/flutter/packages/tree/main/packages) from 6.3.3 to 8.1.0. - [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.1.0/packages) --- updated-dependencies: - dependency-name: google_fonts dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
physercoe
pushed a commit
that referenced
this pull request
May 24, 2026
… set + env override (v1.0.670-alpha) ADR-027 W11 fix-up wedge #13. v1.0.667 hardcoded 200K for every claude-* model, which under-counted by 5× for the 1M-capable families (claude-opus-4-7, claude-opus-4-6, claude-sonnet-4-6/5/0) on Pro+/Max OAuth accounts. User on default_claude_max_5x running claude-opus-4-7 saw the chip cap at 200K when claude /context reported 1M. Investigation: claude-code binary string sweep on dev box. JG(model) in v2.1.144 is claude's own resolver: - CLAUDE_CODE_MAX_CONTEXT_TOKENS env override first - 1M for gm() set: opus-4-7, opus-4-6, sonnet-4-6, sonnet-4-5, sonnet-4-0 - 200K (n56) otherwise - G7H(model) extra path for opus-4-7 on firstParty/aws/mantle Updated claudeModelContextWindow() to mirror that mapping: - env override (highest precedence; same var name claude honours) - 1M for gm() set (exact-name match so new suffixes don't accidentally inherit) - 200K for haiku-*, opus-4-0/4-1/4-5, claude-3-* - 0 (suppress chip) for unknown identifiers Tests: swept TestMapLine_UsageCarriesContextWindowFromModel across 9 models. Added TestMapLine_UsageRespectsEnvOverride + TestMapLine_UsageInvalidEnvFallsThroughToModelDefault. Known limitation: non-Max users on 1M-capable models will see the chip over-count. Fix requires reading ~/.claude.json::oauthAccount.organizationRateLimitTier per spawn — couples hub to claude-code's config schema; deferred. Workaround for now: `export CLAUDE_CODE_MAX_CONTEXT_TOKENS=200000` before running host-runner. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps google_fonts from 6.3.3 to 8.1.0.
Commits
f347612[google_font] Move the httpClient from a package level variable to the Config...8400f71[Animations] Add support for custom shadows to OpenContainer (#62475) (#11401)6351fa4Revert "[webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicati...4a2091d[go_router] Fix assertion failure on URLs with hash fragments missing leading...9391572[webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicationWillTe...3888c6fSync release-go_router to main (#11545)8b09614[dependabot]: Bump cameraxVersion from 1.5.3 to 1.6.0 in /packages/camera/cam...810faf6[go_router_builder] Support custom types (#11068)ac617c1[google_maps_fluter] Switch to Kotlin Pigeon (#11522)934ba21[google_maps_flutter] Fix various Java warnings (#11516)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)